home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / religius / bxword11.zip / INSTALLC.BAT < prev    next >
DOS Batch File  |  1995-03-18  |  959b  |  38 lines

  1. echo off
  2. cls
  3. echo This utility will install Bible Crossword Puzzles to your computer's
  4. echo hard disk drive C:
  5. echo.
  6. echo This utility will first create a new subdirectory C:\BXWORD
  7. echo.
  8. echo If your computer does not have a hard disk drive, or
  9. echo if you wish to abort this installation, press CTRL+BREAK
  10. echo or CTRL+C now!
  11. echo.
  12. echo Else to install Bible Crossword Puzzles to C:\BXWORD,
  13. pause
  14. md c:\bxword
  15. cls
  16. echo Installing Bible Crossword Puzzles...
  17. echo.
  18. copy x*.* c:\bxword
  19. cls
  20. c:
  21. cd c:\bxword
  22. echo.
  23. echo Installation complete!
  24. echo.
  25. echo To begin Bible Crossword Puzzles from your hard disk in the future,
  26. echo here is what you will need to do...
  27. echo.
  28. echo 1) Change your directory to C:\BXWORD
  29. echo 2) Then enter XWORD
  30. echo.
  31. echo Here are the exact DOS commands to perform (write this down):
  32. echo.
  33. echo C:
  34. echo CHDIR C:\BXWORD
  35. echo XWORD
  36. echo.
  37. echo Try this now, and enjoy using Bible Crossword Puzzles...!
  38.